The reason for this is interesting, and worth a digression because it provides a good genetic analogy. When you tell a computer to delete a file, it appears to obey you. But it doesn't actually wipe out the text of that file. It simply wipes out all pointers to that file. It is as though a librarian, ordered to destroy Lady Chatterley's Lover, simply tore up the card from the card index, leaving the book itself on the shelf. For the computer, this is a perfectly economical way to do things, because the space formerly occupied by the 'deleted' file is automatically available for new files, as soon as the pointers to the old file have been removed. It would be a waste of time actually to go to the trouble of filling the space itself with blanks. The old file won't itself be finally lost until all its space happens to be used for storing new files.
But this re-using of space occurs piecemeal. New files aren't exactly the same size as old ones. When the computer is trying to save a new file to a disc, it looks for the first available fragment of space, writes as much of the new file as will fit, then looks for another available fragment of space, writes a bit more, and so on until all the file is written somewhere on the disc. The human has the illusion that the file is a single, orderly array, only because the computer is careful to keep records 'pointing' to the addresses of all the fragments dotted around. These 'pointers' are like the 'continued on page 94' pointers used by the New York Times. The reason many copies of any one fragment of text are found on a disc is that if, like all my chapters, the text has been edited and re-edited many dozens of times, each edit will result in a new saving to the disc of (almost) the same text. The saving may ostensibly be a saving of the same file. But as we have seen, the text will in fact be repeatedly scattered around the available 'gaps' on the disc. Hence multiple copies of a given fragment of text can be found all around the surface of the disc, the more so if the disc is old and much used.